home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / Text-Chat-Tools / EVAL.ZIP / README.TXT < prev   
Encoding:
Text File  |  1998-12-27  |  5.3 KB  |  156 lines

  1. This is OKserver v2.21 for evaluationl readme file
  2.  
  3. 1. The evaluation version notes:
  4. This evaluation is for non commercial use
  5. and has all features of full version
  6. but has also some limitations:
  7.     1. MAXIMUM Simultaneous TCP users=10
  8.     2. MAXIMUM Simultaneous TCP users on channel=5
  9.     3. UDP Broadacasting is not working
  10.  
  11.  
  12. 2. Files in this package:
  13.  
  14. pwdfile - is used for starage of 
  15.     user information name, password and user rigts
  16.     and it cannot be modified manually due binary data.
  17.     By default superuser has:
  18.     username: root  
  19.     password: toor
  20.  
  21.     please do not edit pwdfile manually because it has 
  22.     the packed binary format and encrypted passwords. 
  23.     The password can be changed with /setpass command.
  24.  
  25.  
  26. banfile -is used to hold information of ip 
  27.     adressses what are not allowed to use this chat.
  28.     please do not edit this file manually because it has 
  29.     the packed binary format.
  30.  
  31. msgfile - is used to set welcome message to users.
  32.  
  33. OKserver.ini - the initialisation file for OKserver
  34.     for more information see the file comments.     
  35.  
  36.     The folloving OKserver properties can configured
  37.     with initialisation file OKserver.ini:
  38.     TimeZone=TZ                     #default EET
  39.     LogFile=LogFileName                #default OKserver.log
  40.     Message=MessageFileName                #default msgfile
  41.     BanFile=BanFileName                #default banfile
  42.     PassFile=UserDatabaseFileName            #default pwdfile
  43.     CLickLog=ClickLogFileName            #default clicked.log
  44.     TCP_PORT=tcp port used                #default 9999
  45.     UDP_PORT=udp pord fro broadcast        #default 9998
  46.     CLIENT_QUEUE=Login queue lenght         #default 7
  47.     DEFAULT_CHN_LIMIT=default channel limit    #default 30
  48.     
  49.     up to 10 URLs for applets www documents from where allowed to connect
  50.     URL0=yourappleturl0        
  51.     URL1=yourappleturl1        
  52.     
  53.     Channels and channel properties (up to 30)
  54.     CHANNEL0.NAME         #default CHANNEL0
  55.     CHANNEL0.LIMIT         #default 30
  56.     CHANNEL0.PASS        #default     
  57.     CHANNEL0.MINLEVEL     #default 0
  58.     CHANNEL0.BROADCAST    #default no
  59.     
  60.     or defaults will be used
  61.     Note: in evaluation version the broadcast don't work
  62.  
  63.  
  64. The default port for chat server is 9999
  65. and default TimeZone is EET
  66. those values can be changed via command line arguments
  67. for examle:
  68. jre OKserver 9999 PST
  69.     where jre is java runtime
  70.     OKserver is server application
  71.     9999 is server port
  72.     PST is timezone string for server.
  73.  
  74. You may use also a shell script for  chat startup,
  75. see file start.
  76.  
  77. For jre please check http://java.sun.com
  78. where you can find jre or jdk for several platforms
  79. including MS Windows and Unix etc.
  80. For Netscape browser check http://www.netscape.com
  81.  
  82. Please do enjoy the evaluation version and
  83. buy the full version for commercial purposes or 
  84. if you like this chat.
  85.  
  86. 3. Support
  87. No support is guaranteed. The registered version users
  88. are in preffered position to get email support from andrik@online.ee.
  89.  
  90.  
  91.  
  92. This is ChatOk Applet v1.11 eval readme file
  93.  
  94. The evaluation version is for non commercial use
  95. and has all features of full version
  96.  
  97. This applet complies with java API 1.0.2
  98. so it can be used with netscape 3.x and 4.x
  99. the preffered browser is netscape 4.04
  100. Intesnet Explorer 3.x versions can also be used.
  101. The IE 4.0 is not recommended, IE 4.01 is ok.
  102. See also help.txt for features.
  103. The help.txt should be plased on the same 
  104. url where applet classes are located.
  105.  
  106. The applet is configured with following html tags:
  107. PARAM NAME        PARAM VALUES        PARAM MEANING
  108. host            hostname/ip address    the server's host name
  109. port            integer            the server host port
  110. banner0(0-19)    string            imageFile|BannerLinkURL|BannerText|delay in seconds|width|height 
  111. bgcolor        0-16777215            the applet background color 
  112. forecolor        0-16777215            the applet foreground color 
  113. taforecolor        0-16777215            textarea  foreground color
  114. tabg            0-16777215            textarea  background color
  115. listforecolor    0-16777215            userlist  foreground color
  116. listbgcolor        0-16777215            userlist  background color
  117. title            text                title text
  118.  
  119.  
  120. Examle:
  121. <APPLET code="ChatOk.class" width=620 height=420>
  122. <PARAM name=host value="localhost">
  123. <PARAM name=port value="9999">
  124. <PARAM name=banner0 value="chatok.gif|http://www.online.ee/~andrik/chatok/try.html|Try it free, really cool!|5|450|60">
  125. <PARAM name=banner1 value="chatokanim.gif|http://www.online.ee/~andrik/chatok/buy.html|Buy it, really cool!|15|450|60">
  126. <PARAM name=banner2 value="chatoktranim.gif|http://www.online.ee/~andrik/chatok/try.html|Try it free, really cool!|15|450|60">
  127. <PARAM name=adinfurl value="http://www.ok.ee/reklaam.htm">
  128. </APPLET>
  129.  
  130. Please do enjoy the evaluation version and
  131. buy the full version if you like this chat.
  132.  
  133. This is OKboard Applet v0.08 eval readme file
  134.  
  135. The evaluation version is for non commercial use
  136. and has all features of full version
  137.  
  138. This applet complies with java API 1.0.2
  139. so it can be used with netscape 3.x and 4.x
  140. the preffered browser is netscape 4.04
  141. Intesnet Explorer 3.x versions can also be used.
  142. The IE 4.0 is not recommended, IE 4.01 is ok.
  143.  
  144. The applet is configured with following html tags:
  145. PARAM NAME        PARAM VALUES        PARAM MEANING
  146. host            hostname/ip address    the server's host name
  147. port            integer            the server host udp port
  148. bgcolor        0-16777215            the applet background color 
  149. forecolor        0-16777215            the applet foreground color 
  150.  
  151.  
  152. ALL RIGHTS RESERVED 
  153. Copyright (C) BY Andri Kruus 1997,98
  154. mail: andrik@online.ee
  155. url: http://www.online.ee/~andrik
  156.